derelict.glib.grand

Undocumented in source.

Members

Aliases

GRand
alias GRand = _GRand
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_rand_copy
alias da_g_rand_copy = GRand* function(GRand* rand_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_rand_double
alias da_g_rand_double = gdouble function(GRand* rand_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_rand_double_range
alias da_g_rand_double_range = gdouble function(GRand* rand_, gdouble begin, gdouble end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_rand_free
alias da_g_rand_free = void function(GRand* rand_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_rand_int
alias da_g_rand_int = guint32 function(GRand* rand_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_rand_int_range
alias da_g_rand_int_range = gint32 function(GRand* rand_, gint32 begin, gint32 end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_rand_new
alias da_g_rand_new = GRand* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_rand_new_with_seed
alias da_g_rand_new_with_seed = GRand* function(guint32 seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_rand_new_with_seed_array
alias da_g_rand_new_with_seed_array = GRand* function(const(guint32)* seed, guint seed_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_rand_set_seed
alias da_g_rand_set_seed = void function(GRand* rand_, guint32 seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_rand_set_seed_array
alias da_g_rand_set_seed_array = void function(GRand* rand_, const(guint32)* seed, guint seed_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_random_double
alias da_g_random_double = gdouble function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_random_double_range
alias da_g_random_double_range = gdouble function(gdouble begin, gdouble end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_random_int
alias da_g_random_int = guint32 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_random_int_range
alias da_g_random_int_range = gint32 function(gint32 begin, gint32 end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_random_set_seed
alias da_g_random_set_seed = void function(guint32 seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_rand_copy
GRand* g_rand_copy(GRand* rand_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_double
gdouble g_rand_double(GRand* rand_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_double_range
gdouble g_rand_double_range(GRand* rand_, gdouble begin, gdouble end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_free
void g_rand_free(GRand* rand_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_int
guint32 g_rand_int(GRand* rand_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_int_range
gint32 g_rand_int_range(GRand* rand_, gint32 begin, gint32 end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_new
GRand* g_rand_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_new_with_seed
GRand* g_rand_new_with_seed(guint32 seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_new_with_seed_array
GRand* g_rand_new_with_seed_array(const(guint32)* seed, guint seed_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_set_seed
void g_rand_set_seed(GRand* rand_, guint32 seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_set_seed_array
void g_rand_set_seed_array(GRand* rand_, const(guint32)* seed, guint seed_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_random_double
gdouble g_random_double()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_random_double_range
gdouble g_random_double_range(gdouble begin, gdouble end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_random_int
guint32 g_random_int()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_random_int_range
gint32 g_random_int_range(gint32 begin, gint32 end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_random_set_seed
void g_random_set_seed(guint32 seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_rand_copy
da_g_rand_copy g_rand_copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_double
da_g_rand_double g_rand_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_double_range
da_g_rand_double_range g_rand_double_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_free
da_g_rand_free g_rand_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_int
da_g_rand_int g_rand_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_int_range
da_g_rand_int_range g_rand_int_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_new
da_g_rand_new g_rand_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_new_with_seed
da_g_rand_new_with_seed g_rand_new_with_seed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_new_with_seed_array
da_g_rand_new_with_seed_array g_rand_new_with_seed_array;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_set_seed
da_g_rand_set_seed g_rand_set_seed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rand_set_seed_array
da_g_rand_set_seed_array g_rand_set_seed_array;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_random_double
da_g_random_double g_random_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_random_double_range
da_g_random_double_range g_random_double_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_random_int
da_g_random_int g_random_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_random_int_range
da_g_random_int_range g_random_int_range;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_random_set_seed
da_g_random_set_seed g_random_set_seed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GRand
struct _GRand
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta